{#if userData === null} Could not load user profile for @{data.username}.
Does this user exist? {:else if userData === undefined} Loading ... {:else} @{userData.name} This user has watched {(userData.statistics.anime.minutesWatched / 60 / 24).toFixed(1)} days of anime and read {((userData.statistics.manga.chaptersRead * 8.58) / 60 / 24).toFixed(1)} days of manga. {/if}